
        IC Plus IP100 Based Fast Ethernet 10/100 Adapter
                        Packet Driver


Introduction:

  This document describes the procedure to setup the Packet driver for
  IC Plus IP100 Based Fast Ethernet 10/100 Adapter

  Location of Driver:     \PKTDRV\IP100PD.COM
                          \PKTDRV\IP100PD.SYS


Usage:

  Two methods can be used:

  METHOD 1:
  ---------
  - If you want to use IP100PD.SYS program, the following statement must be
    included in your CONFIG.SYS file:

        DEVICE = IP100PD.SYS [/option] <packet_int_no>

          <packet_int_no>      Software interrupt number
          /w                   Windows mode
          /d                   Delay initialize
          /u                   Uninstall driver
          /n                   NetWare conversion
          /tx_buffers          Set tx buffer number.
          /rx_buffers          Set rx buffer number.
          /delaycounts         Set send packet delay count(micro sec).
          /autosense           Performs Power-Up Autosense on all types of
                               boards in order to connect to the active line,
                               and dynamic 10/100 autosensing (at run-time)
                               on boards supporting it.

          /100BaseTXFD         Select 100Mbps full-duplex mode.
          /100BaseTX           Select 100Mbps half-duplex mode.
          /10BaseTFD           Select 10Mbps  full-duplex mode.
          /10BaseT             Select 10Mbps  half-duplex mode.
          /Disable_FlowControl Disable flow control function.
          /slot=[1~f]          Select the slot to work with.
          /f                   Force mode selection of speed and duplex.          

  METHOD 2:
  ---------
  - If you want to run IP100PD.COM program, execute IP100PD.COM by typing:

        >IP100PD [/option] <packet_int_no>

          <packet_int_no>      Software interrupt number
          /w                   Windows mode
          /d                   Delay initialize
          /u                   Uninstall driver
          /n                   NetWare conversion
          /tx_buffers          Set tx buffer number.
          /rx_buffers          Set rx buffer number.
          /delaycounts         Set send packet delay count(micro sec).
          /autosense           Performs Power-Up Autosense on all types of
                               boards in order to connect to the active line,
                               and dynamic 10/100 autosensing (at run-time)
                               on boards supporting it.

          /100BaseTXFD         Select 100Mbps full-duplex mode.
          /100BaseTX           Select 100Mbps half-duplex mode.
          /10BaseTFD           Select 10Mbps  full-duplex mode.
          /10BaseT             Select 10Mbps  half-duplex mode.
          /Disable_FlowControl Disable flow control function.
          /slot=[1~f]          Select the slot to work with.
          /f                   Force mode selection of speed and duplex.            
